Skip to content

chore(deps): update Cocoa SDK to v9.17.1#6272

Merged
antonis merged 1 commit into
mainfrom
deps/scripts/update-cocoa.sh
Jun 15, 2026
Merged

chore(deps): update Cocoa SDK to v9.17.1#6272
antonis merged 1 commit into
mainfrom
deps/scripts/update-cocoa.sh

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps scripts/update-cocoa.sh from 9.16.1 to 9.17.1.

Auto-generated by a dependency updater.

Changelog

9.17.1

Fixes

  • Ship dSYMs in SentryObjC-Dynamic.xcframework artifacts (#8036)
  • Fix missing _OBJC_CLASS_$_ symbols in x86_64 slice of SentryObjC dynamic framework (#8037)
  • Mark feedback form aliases and conformances unavailable in app extensions (#8040)

9.17.0

Features

  • Support creating envelope items from attachments via SentryObjC (#8001)

  • Add format-string logging to SentryObjCLogger with automatic message template extraction (#7996)

    [SentryObjCSDK.logger infoWithFormat:"User % processed %d items", userName, count];
  • Add managed user feedback form presentation APIs (#7873)

    Apps using the managed User Feedback integration can now present the form directly:

    • Use SentrySDK.feedback.show() to let the SDK pick the best presenter.
    • In UIKit, present the SentrySDK.FeedbackForm() view controller yourself.
    • In SwiftUI, use .sentryFeedback(isPresented:), or present SentrySDK.FeedbackFormView() from a container such as .sheet.

    These APIs use the global SentryOptions.configureUserFeedback configuration and temporarily hide the managed widget
    while the form is open, when possible.

  • Add per-form feedback configuration (#8018)

    Managed feedback presentation APIs now accept a configuration closure, so apps can customize a single
    form on top of the global SentryOptions.configureUserFeedback settings without mutating them:

    SentrySDK.feedback.show { config in
        config.configureForm = { form in
            form.formTitle = "Report a Bug"
            form.submitButtonLabel = "Send Report"
        }
        config.tags = ["screen": "settings"]
    }
  • Standalone app start sub-spans operations have been renamed for better clarity (#8003):

    • Pre Runtime Init: app.start -> app.start.pre_runtime_init
    • Runtime Init to Pre Main Initializers: app.start -> app.start.runtime_init
    • UIKit Init: app.start -> app.start.uikit_init
    • Application Init: app.start -> app.start.application_init
    • Extended App Start: app.start -> app.start.extended_app_start

Fixes

  • Silence retroactive conformance warning for SentryLevel: CustomStringConvertible when building with SPM from source (#8032)

Deprecations

  • Deprecate the managed User Feedback widget/FAB. It will be removed in v10. Present the feedback form from your own UI with SentrySDK.feedback.show(), SentrySDK.FeedbackForm, or .sentryFeedback(isPresented:) instead. (#8022)

Fixes

  • App start duration on the Vitals dashboard now reflects the extended app launch time when using extendAppLaunch() (#8028)

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jun 11, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch from 2a357ab to 687bd48 Compare June 11, 2026 04:30
@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update Cocoa SDK to v9.17.1 by github-actions[bot] in #6272
  • docs(replay): clarify fast renderer option docs by leohara in #6276
  • feat(core): Warn when multiple versions of Sentry JS SDK are detected by antonis in #6269

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch 2 times, most recently from 5101b63 to 962f044 Compare June 11, 2026 11:28
@github-actions github-actions Bot changed the title chore(deps): update Cocoa SDK to v9.17.0 chore(deps): update Cocoa SDK to v9.17.1 Jun 12, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch 2 times, most recently from 2413590 to 3d542a5 Compare June 12, 2026 12:44
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch from 3d542a5 to dd75d39 Compare June 12, 2026 12:45
@antonis antonis added the ready-to-merge Triggers the full CI test suite label Jun 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3851.80 ms 1225.70 ms -2626.10 ms
Size 5.15 MiB 6.70 MiB 1.54 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
4966363+dirty 3854.04 ms 1231.55 ms -2622.50 ms
eb93136+dirty 3843.09 ms 1220.11 ms -2622.98 ms
bc0d8cf+dirty 3830.33 ms 1220.52 ms -2609.81 ms
0b1b5e3+dirty 3823.96 ms 1220.12 ms -2603.84 ms
ca9d079+dirty 3835.63 ms 1218.68 ms -2616.95 ms
7d6fd3a+dirty 1223.29 ms 1229.57 ms 6.28 ms
b9bebee+dirty 3850.15 ms 1227.51 ms -2622.64 ms
5ee78d6+dirty 3847.52 ms 1224.27 ms -2623.25 ms
a50b33d+dirty 1197.74 ms 1197.17 ms -0.57 ms
f170ec3+dirty 3822.26 ms 1218.33 ms -2603.93 ms

App size

Revision Plain With Sentry Diff
4966363+dirty 5.15 MiB 6.68 MiB 1.53 MiB
eb93136+dirty 5.15 MiB 6.69 MiB 1.53 MiB
bc0d8cf+dirty 5.15 MiB 6.67 MiB 1.51 MiB
0b1b5e3+dirty 5.15 MiB 6.70 MiB 1.54 MiB
ca9d079+dirty 5.15 MiB 6.69 MiB 1.53 MiB
7d6fd3a+dirty 3.38 MiB 4.77 MiB 1.39 MiB
b9bebee+dirty 5.15 MiB 6.68 MiB 1.53 MiB
5ee78d6+dirty 5.15 MiB 6.69 MiB 1.53 MiB
a50b33d+dirty 3.38 MiB 4.73 MiB 1.35 MiB
f170ec3+dirty 5.15 MiB 6.69 MiB 1.53 MiB

Previous results on branch: deps/scripts/update-cocoa.sh

Startup times

Revision Plain With Sentry Diff
58dacb0+dirty 3849.82 ms 1228.28 ms -2621.54 ms
08c933b+dirty 1224.53 ms 1226.59 ms 2.06 ms

App size

Revision Plain With Sentry Diff
58dacb0+dirty 5.15 MiB 6.67 MiB 1.51 MiB
08c933b+dirty 3.38 MiB 4.78 MiB 1.40 MiB

@sentry

sentry Bot commented Jun 15, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
Sentry RN io.sentry.reactnative.sample 8.14.0 (91) Release

⚙️ sentry-react-native Build Distribution Settings

@github-actions

Copy link
Copy Markdown
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3854.04 ms 1228.56 ms -2625.48 ms
Size 5.15 MiB 6.70 MiB 1.54 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
4966363+dirty 3863.07 ms 1227.19 ms -2635.88 ms
eb93136+dirty 3846.51 ms 1226.13 ms -2620.39 ms
bc0d8cf+dirty 3834.64 ms 1223.91 ms -2610.73 ms
0b1b5e3+dirty 3820.72 ms 1207.94 ms -2612.78 ms
ca9d079+dirty 3818.62 ms 1216.72 ms -2601.90 ms
7d6fd3a+dirty 1210.89 ms 1217.63 ms 6.74 ms
b9bebee+dirty 3858.02 ms 1231.92 ms -2626.11 ms
5ee78d6+dirty 3815.71 ms 1217.04 ms -2598.67 ms
a50b33d+dirty 1207.11 ms 1212.10 ms 5.00 ms
f170ec3+dirty 3844.74 ms 1222.67 ms -2622.07 ms

App size

Revision Plain With Sentry Diff
4966363+dirty 5.15 MiB 6.68 MiB 1.53 MiB
eb93136+dirty 5.15 MiB 6.69 MiB 1.53 MiB
bc0d8cf+dirty 5.15 MiB 6.67 MiB 1.51 MiB
0b1b5e3+dirty 5.15 MiB 6.70 MiB 1.54 MiB
ca9d079+dirty 5.15 MiB 6.69 MiB 1.53 MiB
7d6fd3a+dirty 3.38 MiB 4.77 MiB 1.39 MiB
b9bebee+dirty 5.15 MiB 6.68 MiB 1.53 MiB
5ee78d6+dirty 5.15 MiB 6.69 MiB 1.53 MiB
a50b33d+dirty 3.38 MiB 4.73 MiB 1.35 MiB
f170ec3+dirty 5.15 MiB 6.69 MiB 1.53 MiB

Previous results on branch: deps/scripts/update-cocoa.sh

Startup times

Revision Plain With Sentry Diff
58dacb0+dirty 3839.13 ms 1211.04 ms -2628.09 ms
08c933b+dirty 1204.21 ms 1217.09 ms 12.88 ms

App size

Revision Plain With Sentry Diff
58dacb0+dirty 5.15 MiB 6.67 MiB 1.51 MiB
08c933b+dirty 3.38 MiB 4.78 MiB 1.40 MiB

@antonis antonis enabled auto-merge (squash) June 15, 2026 07:26

@antonis antonis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@antonis antonis merged commit 7e96c02 into main Jun 15, 2026
111 of 118 checks passed
@antonis antonis deleted the deps/scripts/update-cocoa.sh branch June 15, 2026 07:29
antonis pushed a commit that referenced this pull request Jun 15, 2026
Co-authored-by: GitHub <noreply@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ready-to-merge Triggers the full CI test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants